*{margin: 0px;padding: 0px;}
body{background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}

.head{
	width: 100%;
	height:auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top:3%;
	padding-bottom: 3%;

}
.head img{
	width: 100%;
}
.head .logo{
	float: left;
	width: 80%;
 	margin-left: 2%;
}
.head .l_tbn{
	float: right;
	width: 25px;
	height:25px;
	margin-right: 2%;
}

.slider{
	display:none;
	 
}
.focus span{
	width:8px;
	height:8px;
	margin-right:5px;
	border-radius:50%;
	background:#fff;
}
.focus span.current{
	background:#ff8828;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
 	background:#7eb930;
}
.nav ul li{
	float: left;
	width: 15%;
	text-align: end;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 14px;
}
.title{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 250px;
	margin:0 auto;
	position:relative;
	margin-top: 10px;
}
.title:after{
	content: "";
	width:60px;
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	background: #b5b5b5;
}
.title:before{
	content: "";
	width:60px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	background: #b5b5b5;
}
.title p{
	color:#fff;
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.title span{
	display: block;
	color:#555555;
	font-size: 12px;
}
.product{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 3%;
}
.product .list {
	margin:0 auto;
	margin-top:3%;
	width: 96%;
	height: auto;
	overflow: hidden;

}
.product .list ul{
 	margin-left: -0.8%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.product .list ul li{
	float: left;
	width: 32.5%;
	height: 35px;
	line-height: 35px;
	margin-top:0.45%;
	margin-left: 0.8%;
	text-align: center;
	background:#eeeeee;
}
.product .list ul li a{
	color:#000000;
	font-size: 14px;
}
.product .pic{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 3%;
}
.product .pic ul li{
	float: left;
	width: 48%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 5px;
}
.product .pic ul li img{
	display: block;
	width: 94%;
	margin:3%;
	height: 113px;
	margin-bottom: 0;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .pic ul li p{
	width: 100%;
	text-align: center;
	line-height: 25px;
	color:#333333;
	font-size: 12px;
}
.more{
	display: block;
	width: 120px;
	height: 35px;
	background: #eeeeee;
	color:#555555;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
	margin:20px auto;

}
.cases{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.cases ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2%;
}
.cases ul li{
	float: left;
	width: 32%;
	background: #eeeeee;
	margin-top: 10px;
}
.cases ul li img{
	display: block;
	width: 92%;
	margin:3%;
	height:79px;
	margin-bottom: 0;
}
.cases ul li p{
	width: 100%;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 25px;
	color:#333333;
}
.about{
	width: 100%;
	height: auto;
	overflow:hidden;
}
.about .pic{
	width: 80%;
	margin:0 auto;
	margin-top:3%;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .info{
	text-align:center;
	width: 96%;
	margin:0 auto;
	margin-top: 5%;
}
.about .info p{
	text-align:center;
	color:#666666;
	text-indent: 1em;
	font-size: 12px;
	line-height: 22px;
}
.about .info img{
	display: block;
	max-width: 100%;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
.adv img{
	width: 100%;
}
.adv .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv  .main{
	width: 100%;
	margin-top: 5%;
}
.news{
	width: 100%;
	height: auto;
	margin-top:3%;
	overflow: hidden;
}
.news .on{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 2%;
	
}
.news .on a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .on img{
	display: block;
	float: left;
	width: 30%;
	height: 75px;
}
.news .on .info{
	float: right;
	width: 65%;
	 
}
.news .on .info h4{
	width: 100%;
	color:#000000;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .on .info  span{
	color:#333333;
	font-size: 12px;
	 

}
.news .on .info  p{
	color:#333333;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
 
}
.news ul{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 2%;
}
.news ul li{
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	line-height: 25px;
	height: auto;
	overflow: hidden;
	margin-top: 3px;
}
.news ul li a{
	color:#000000;
	font-size: 12px;
	display: block;
	float: left;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
}
.mssg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
.mssg form{
 	width: 300px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.mssg form li{
	min-height: 30px;
	overflow: hidden;
	display: flex;
	margin-top: 10px;
	line-height: 30px;
	 
}
.mssg form li p{
	color:#333333;
	font-size: 14px;
	width: 70px;
	float: left;
 
 
}
.mssg form li input{
 	display: block;
 	width: 228px;
 	border: none;
 	height: 28px;
 	border-radius: 5px;
 	outline: none;
 	border: 1px solid #c9c9c9;
 	font-family: "微软雅黑";
}
.mssg form li textarea{
	width: 228px;
	height: 80px;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	border-radius: 5px;
}
.mssg form  .btn{
	width: 100%;
	height:30px;
	margin-top: 15px;
	border: none;
	background: #6bba0d;
	color:#fff;
	font-size: 14px;
	border-radius: 3px;
	font-family: "微软雅黑";
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20%;
	margin-top:8%;
}
.footer .gotop{
	width: 100%;
	height: 30px;
	background: #555555;
	display: flex;
	align-items: center;
}
.footer .gotop img{
	display: block;
	height: 13px;
	margin:0 auto;
}
.footer .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 5%;

}
.footer .info p{
	color:#666666;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.footer .info span{
	display: block;
 
	line-height: 20px;
	color:#666666;
	font-size: 12px;
}
.fn{
	width: 100%;
	height: 47px;
	background: #6bba0d;
	position: fixed;
	bottom: 0;
}
.fn ul li{
	float: left;
	width: 25%;
	height: 47px;
	text-align: center;
	position: relative;
}
.fn ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.fn ul li:last-child:after{
	width: 0;
	height: 0;
}
.fn ul li img{
	display: block;
	margin:0 auto;
	height: 18px;
	margin-top:7px;
}
.fn ul li p{
	color:#fff;
	margin-top: 3px;
	font-size: 12px;
	margin-bottom: 3px;
}
.fn ul li div{
	position: absolute;
	width: 100%;
	left: 0;
	bottom:47px;
	display: none;
	background: #6bba0d;
}
.fn ul li div ul li{
	width: 100%;
	float: inherit;
	height: auto;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.fn ul li div ul li a{
	color:#fff;
	font-size: 12px;
}
.fn ul li div ul li:after{
	width: 0;
	height: 0;

}

.fy{width:95%;line-height:24px; text-align:left; padding-left:5%;}
.xlr_pages{ margin:20px auto; text-align:center;}
.pagelist li{ color:#000; text-decoration:none; margin:5 8px; margin-right:5px; display:inline-block;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#f00; text-decoration:none;}
.news  h5,.product h5,.cases h5{ text-align:center; line-height:24px; font-size:16px;}
.product_cont,.news_content,.aboutcont{ width:96%; margin:2%;}
.productimg img,.product_cont img{ max-width:100%; margin:0px auto;}
.news_content img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news_content a{
 color:#000;
}
.p_c{ text-align:center; line-height:24px;}
@media only screen and (max-device-width: 320px){
	 .news .on img{
	 	height: 68px;
	 }
	 .cases ul li img{
	 	height: 70px;
	 }
	 .product .pic ul li img{
	 	height: 100px;
	 }
}
@media only screen and (min-device-width: 375px){
	 .news .on img{
	 	height: 82px;
	 }
	 .cases ul li img{
	 	height: 70px;
	 }
	 .product .pic ul li img{
	 	height: 118px;
	 }
}	
@media only screen and (min-device-width:412px){
 	 .news .on img{
 	 	height: 87px;
 	 }
 	 .cases ul li img{
 	 	height:90px;
 	 }
 	 .product .pic ul li img{
 	 	height: 130px;
 	 }
}